ReadRange<T>(Int32) Method
In This Topic
Reads an array of values from the current stream, and advances the current position within this stream by the number of bytes written.
Syntax
'Declaration
Public Overloads Function ReadRange(Of As {New, Struct})( _
ByVal As System.Integer _
) As
public ReadRange<>(
System.int
)
where T: new(), struct
Parameters
- count
Type Parameters
- T
- The type of the values to be read from the stream.
Return Value
An array of values that was read from the current stream.
See Also